-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Python 3.11 #26
Conversation
18152ef
to
0ef717e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Cloud function's Python need updating. Looks like previous updates missed it: https://github.com/ONSdigital/eq-submission-confirmation-consumer/blob/main/scripts/deploy_function.sh#L2-L4
Given the issue has been fixed, this repo this updating: https://github.com/ONSdigital/eq-translations/pull/98/files#diff-230078d672f10d17463a8a6265cad825b790885898256a3365be90685caac58dR21-R22 |
ONSdigital/eq-translations#101 PR to fix this |
What is the context of this PR?
Upgrade to Python 3.11
Also updates Github actions to use setup-python@v4 and checkout@v3 because v2 uses node 12.
I needed to update the ubuntu version and pin the pylint version to latest to get the action to pass due to the dill and wrapt dependancy errors
How to review
Checklist
*[ ] Tests updated